home *** CD-ROM | disk | FTP | other *** search
/ Space & Astronomy / Space and Astronomy (October 1993).iso / mac / TEXT / SPACEDIG / V13_0 / V13_059.TXT < prev    next >
Internet Message Format  |  1991-06-28  |  19KB

  1. Return-path: <ota+space.mail-errors@andrew.cmu.edu>
  2. X-Andrew-Authenticated-as: 7997;andrew.cmu.edu;Ted Anderson
  3. Received: from hogtown.andrew.cmu.edu via trymail for +dist+/afs/andrew.cmu.edu/usr11/tm2b/space/space.dl@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr11/tm2b/space/space.dl) (->ota+space.digests)
  4.           ID </afs/andrew.cmu.edu/usr1/ota/Mailbox/8bZFEKq00WBwAGNk4U>;
  5.           Wed, 16 Jan 91 22:03:50 -0500 (EST)
  6. Message-ID: <cbZFEGa00WBw0GM05Q@andrew.cmu.edu>
  7. Precedence: junk
  8. Reply-To: space+@Andrew.CMU.EDU
  9. From: space-request+@Andrew.CMU.EDU
  10. To: space+@Andrew.CMU.EDU
  11. Date: Wed, 16 Jan 91 22:03:46 -0500 (EST)
  12. Subject: SPACE Digest V13 #059
  13.  
  14. SPACE Digest                                      Volume 13 : Issue 59
  15.  
  16. Today's Topics:
  17.              Re: Solar Power Sats
  18.         Re: Barium release altazimuth program
  19.               Re: SPACE Digest V13 #050
  20.                Request of subscription
  21.               barium/lithium altazimuths
  22.  
  23. Administrivia:
  24.  
  25.     Submissions to the SPACE Digest/sci.space should be mailed to
  26.   space+@andrew.cmu.edu.  Other mail, esp. [un]subscription requests,
  27.   should be sent to space-request+@andrew.cmu.edu, or, if urgent, to
  28.              tm2b+@andrew.cmu.edu
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. Date: 15 Jan 91 21:37:02 GMT
  33. From: netcom!teda!bosart@apple.com  (Donald R. Bosart)
  34. Subject: Re: Solar Power Sats
  35.  
  36. templon@copper.ucs.indiana.edu (jeffrey templon) writes:
  37.  
  38. >In article <986@tsnews.Convergent.COM> ward@tsnews.Convergent.COM (Ward Griffiths) writes:
  39. >>templon@copper.ucs.indiana.edu (jeffrey templon) writes:
  40. >>
  41. >>>destruction cut by the wandering power beam.  Even if it did stay on target,
  42. >>>they would be forever collecting birds and small rodents which died near
  43. >>>the receiving antennas.
  44. >>
  45.  
  46. >Righto.  However the thing about birds and rodents is correct I believe.
  47. >It doesn't have to do so much with the resonant frequencies of H20 which I
  48. >think is how a real microwave oven works, but that the birds and rodents
  49. >are of comparable size to the wavelengths of the radiation, giving them
  50. >a high-Q for absorbing it.  This was my understanding about 12 years ago when
  51. >I last looked into it.  Somebody please correct me if I am wrong!
  52.  
  53. If memory serves me correctly, birds and such would probably learn in short
  54. order to avoid the area since the beam fringes would provide a warning via
  55. an unpleasantly warm sensation before any irreversible effects were endured.
  56.  
  57. Also there are some passive obstacles which could be used to minimize fauna
  58. intrusion into the collection site.
  59.  
  60. Another idea was to locate the collector sites on floating platforms at sea
  61. or in inhospitable deserts to minimize eco-impact further.
  62.  
  63. There is a trade-off here between real-estate consumption and beam safety.
  64. The larger, less intense beams require more real-estate; the smaller, more
  65. intense beams require many more "fail-safes."
  66.  
  67. >>created by power generation, I don't expect English (at least
  68. >>not the American dialect) to be a dominant language in any space
  69. >>industrialization efforts.
  70.  
  71. >Urp.  I have to agree with you.  One of the reasons why I am applying
  72. >for post-doc positions in Europe.  I just hope that this creeping
  73. >bureaucracy doesn't get them too.  This EC Senate sounds a whole lot
  74.  
  75. The Japanese are not sitting still.  They have been making slow steady
  76. progress for some time now and the decline of American and perhaps eventually
  77. European space activities may combine with Japanese self-interest to actually
  78. go beyond the threshold.
  79.  
  80.  
  81.  
  82. -- 
  83. -------------------------------------------------------------------------------
  84. Donald R. Bosart                    Teradyne EDA West
  85. !{decwrl, sun}!teda!bosart                5155 Old Ironsides Dr.
  86. 408-980-5264                        Santa Clara, CA. 95054
  87.  
  88. ------------------------------
  89.  
  90. Date: 15 Jan 91 22:16:23 GMT
  91. From: sun-barr!cs.utexas.edu!samsung!umich!sharkey!cfctech!norm@apple.com  (Norman J. Meluch)
  92. Subject: Re: Barium release altazimuth program
  93.  
  94.  
  95. Ok.  I finally got the time to turn this thing into a program that
  96. I could compile.  Figured there might be some others out there who
  97. want it.
  98.  
  99. So here it is.
  100.                     - Norm.
  101.  
  102. P.S. If you would like the MSDOS binary of this e-mail and I will send
  103.      you the uuencoded/zipped version.
  104.  
  105. P.P.S  Don't forget to hack my .sig off before compiling.
  106.  
  107. ------- Cut here (snip) (snip) (snip) ---------------------------------
  108. /*
  109.  ---------------------------------------------------------------------
  110. barium.c : Compute altitude and azimuth of satellite barium release
  111.  
  112. Original IDL source written by:
  113.   Ray. Sterner, Johns Hopkins Applied Physics Lab, 10 Jan, 1991
  114.  
  115. Modified to C on a 3B2/1000 model 80 & MSDOS PC by:
  116.   Norm Meluch, Chrysler Financial Corp., 15 Jan, 1991
  117.  ----------------------------------------------------------------------
  118.  
  119. Notes:
  120.      This program was originally written so as to be easily
  121.      translated to some other language.
  122.      In the code below:
  123.        RADEG = 180/pi (about 57.295779).
  124.        Any text preceded by star (*) slash (/) and followed by slash (/)
  125.           star (*) is a comment.
  126.        The variables lat1 and long1 are the latitude and longitude
  127.           of the observer.
  128.        lat2 and long2 are the latitude and longitude of the sub-satellite
  129.           point on the earth.
  130.        The earth is assumed spherical and atmospheric refraction is
  131.           ignored.
  132.        Check you machine for a M_PI define in math.h.
  133.  
  134.      The following is based on spherical trig equations from the
  135.      book "Textbook on Spherical Astronomy" by W. M. Smart.
  136.  
  137. Original author's notes:
  138.      I don't normaly like to use spherical trig for this type of
  139.      problem because there are usually too many ambiguities.
  140.      For example, the azimuth angle is really the small angle from
  141.      north, so to get true azimuth a correction must be made based
  142.      on the longitude difference.  Also the azimuth equation seemed
  143.      a bit picky, sometimes giving values slightly out of the valid
  144.      function range due to round off so, the value of t was forced
  145.      >= 0, and sa2 was forced <= than 1.  There are special cases
  146.      when you are at the north or south pole or directly under the
  147.      satellite.  I much prefer vector methods which don't have
  148.      these problems but they involve polar/rectangular coordinate
  149.      transformations which are less easily ported.
  150.      This seems to work for some test cases I tried.
  151.      ------------------------------------------------------------------*/
  152.  
  153. #include <stdio.h>
  154. #include <math.h>
  155.  
  156. #ifndef M_PI
  157. #define M_PI 3.14159265358979323846
  158. #endif
  159.  
  160. #define RADEG (180/M_PI)
  161. #define RADIUS_OF_EARTH 6378    /* Kilometres */
  162.  
  163. main(argc, argv)
  164. int argc;
  165. char *argv[];
  166. {
  167.  
  168.     char str[128];
  169.     float lat1, long1,
  170.           lat2, long2,
  171.           h;
  172.     double colat1, colat2, dlong;
  173.     double range, s, sa2, azi, t;
  174.     double x, y, alt, c2, dist;
  175.  
  176.     fprintf(stdout,
  177.             "\n ---===< Barium release altitude and azimuth >==---\n\n");
  178.  
  179.     fprintf(stdout, " Please enter observation point latitude : ");
  180.     gets(str);
  181. #ifdef DEBUG
  182.     printf("got \"%s\"\n", str);
  183. #endif
  184.     sscanf(str, "%f", &lat1);
  185.  
  186.     fprintf(stdout, "                                longitude: ");
  187.     gets(str);
  188. #ifdef DEBUG
  189.     printf("got \"%s\"\n", str);
  190. #endif
  191.     sscanf(str, "%f", &long1);
  192.  
  193.     fprintf(stdout, " Now, enter sub-satellite point latitude : ");
  194.     gets(str);
  195. #ifdef DEBUG
  196.     printf("got \"%s\"\n", str);
  197. #endif
  198.     sscanf(str, "%f", &lat2);
  199.  
  200.     fprintf(stdout, "                                longitude: ");
  201.     gets(str);
  202. #ifdef DEBUG
  203.     printf("got \"%s\"\n", str);
  204. #endif
  205.     sscanf(str, "%f", &long2);
  206.  
  207.     fprintf(stdout, " Finally, enter the release altitude (km): ");
  208.     gets(str);
  209. #ifdef DEBUG
  210.     printf("got \"%s\"\n", str);
  211. #endif
  212.     sscanf(str, "%f", &h);
  213.  
  214. #ifdef DEBUG
  215.     fprintf(stdout, "Obs Lat  = %f\n", lat1);
  216.     fprintf(stdout, "Obs Long = %f\n", long1);
  217.     fprintf(stdout, "Sat Lat  = %f\n", lat2);
  218.     fprintf(stdout, "Sat Long = %f\n", long2);
  219.     fprintf(stdout, "Sat Dist = %f\n", h);
  220. #endif /* DEBUG */
  221.  
  222.     colat1 = (90 - lat1)/RADEG;     /* Co-latitudes in radians. */
  223.     colat2 = (90 - lat2)/RADEG;
  224.     dlong  = long2 - long1;
  225.  
  226.     if (dlong >  180) dlong -= 360;
  227.     if (dlong < -180) dlong += 360;
  228.     dlong /= RADEG;            /* Longitude difference in radians. */
  229.  
  230.  
  231. /*    -------  Range to sub-satellite point  ------- */
  232.     range = acos(cos(colat1) * cos(colat2) +
  233.                  sin(colat1) * sin(colat2) * cos(dlong));
  234.  
  235.  
  236. /*    -------  Satellite azimuth ------    */
  237.     s = (colat1 + colat2 + range) / 2;
  238.     if (!colat1 || !range)
  239.        t = 0;
  240.     else {
  241.        t = (sin(s - colat1) * sin(s - range)) / (sin(colat1) * sin(range));
  242.        if (t < 0) t = 0;
  243.     }
  244.     sa2 = sqrt(t);
  245.     if (sa2 > 1) sa2 = 1;
  246.     azi = (2 * asin(sa2)) * RADEG;
  247.     if (dlong > 0) azi = 360 - azi;
  248.  
  249. /*    -------  Satellite altitude  ----------        */
  250.     x = RADIUS_OF_EARTH - (RADIUS_OF_EARTH + h) * cos(range);
  251.     y = (RADIUS_OF_EARTH + h) * sin(range);
  252.     if (!x) alt = 0;        /* Here a To_polar routine would */
  253.     else                /* clean up this mess */
  254.       if (x > 0) alt = atan(y/x) * RADEG - 90;
  255.       else
  256.         if (x < 0) alt = atan(y/x) * RADEG + 90;
  257.     
  258.  
  259. /*    ------  Satellite distance  -----------        */
  260.     c2 =  (RADIUS_OF_EARTH * RADIUS_OF_EARTH) +
  261.          ((RADIUS_OF_EARTH + h) * (RADIUS_OF_EARTH + h)) -
  262.          (2 * RADIUS_OF_EARTH * (RADIUS_OF_EARTH + h) * cos(range));
  263.     if (c2 < 0) c2 = 0;
  264.     dist = sqrt(c2);
  265.  
  266.     fprintf(stdout, "\n Azimuth  of satellite (deg) = %6.1f\n", azi);
  267.     fprintf(stdout, " Altitude of satellite (deg) = %6.1f\n", alt);
  268.     fprintf(stdout, " Distance of satellite (km)  = %6.0f\n", dist);
  269.     fprintf(stdout, " Distance of sub-satellite point (km) = %6.0f\n",
  270.         range * RADIUS_OF_EARTH);
  271.  
  272. }
  273. -- 
  274. |~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Norman J. Meluch ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  275. | Mail: norm@cfctech.cfc.com           Fax:(313)948-4975  Voice:(313)948-4809 |
  276. | Note: The opinions expressed here are in no way to be confused with valid   |
  277. |_______ideas or corporate policy.____________________________________________|
  278.  
  279. ------------------------------
  280.  
  281. Date:         Tue, 15 Jan 91 22:27:24 EST
  282. From: "Glen Kruszynski(434800@uottawa.bitnet)" <434800%UOTTAWA@acadvm1.uottawa.ca>
  283. Subject:      Re: SPACE Digest V13 #050
  284.  
  285. Can someone please tell me how to unsub from this DL!
  286. I can seem to cancel my subscription....someone pls do it for me
  287.  
  288. ------------------------------
  289.  
  290. Date: Wed, 16 Jan 91 12:18 GMT
  291. From: GERACI%CRESH0.CRES.IT@vma.cc.cmu.edu
  292. Subject: Request of subscription
  293. X-Envelope-To: space+@andrew.cmu.edu
  294.  
  295. Dear Sir,
  296. my name is Michele Geraci and I a student doing a five year course in
  297. Electronic Engineering.
  298. I would be very interested in receiveing your issues.
  299. Yours Sincerely
  300.  
  301. Michele Geraci
  302.  
  303. ------------------------------
  304.  
  305. Date: 16 Jan 91 18:16:18 GMT
  306. From: snorkelwacker.mit.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!warper.jhuapl.edu!sterner@bloom-beacon.mit.edu  (Ray Sterner)
  307. Subject: barium/lithium altazimuths
  308.  
  309.  
  310.       CRRES 17/18 Jan 1991 (UT) high altitude lithium release.
  311.       <<< Check the hotline for the latest predicted times >>>
  312.  
  313.       The IAU circular posted here last week agreed with the hotline
  314.       times to within 1 minute for the window start and 4 minutes for the
  315.       window end.  The first table below is for the start of the window
  316.       given in that IAU circular.  The second table is for the IAU
  317.       circular window end time.
  318.  
  319.       The hotline as of 12:15 pm EST Wednesday, 16 Jan gave the following
  320.       possible times: 18 Jan 05:00, 05:30, 06:00, 06:30, 07:00 UT.
  321.       The altitude is high, so the few minutes difference will not
  322.       give position errors as big as they would be for lower altitudes.
  323.       Most of the apparent position difference between the window start
  324.       and end is probably due to a parallax effect as the earth rotates
  325.       beneath the satellite.  For Washington, DC the apparent position
  326.       difference in the sky is about the same as the distance between
  327.       Betelgeuse and Rigel in Orion.
  328.  
  329.       I have added RA and Dec to the tables.  Unless you are right at the
  330.       table lat, long these values will not be exact.  That is also true
  331.       for the altazimuth values but with RA and Dec you have the stars
  332.       for reference, which makes differences more visible. Also if the
  333.       release time differs from the table these values will also differ.
  334.       The RA and Dec are new, I've tried to check them to see if they look
  335.       reasonable, but haven't checked them against an actual release.
  336.       They are provided as another means of giving the look direction.
  337.       The RA and Dec are topocentric values.  RA is given as a time,
  338.       slightly different than the normal format, but just interpret it
  339.       as hours and minutes.
  340.  
  341.    -------------------------  Window start  ----------------------
  342.   
  343.        Combined Release and Radiation Effects Satellite (CRRES)
  344.        Marshall Space Flight Center hotline: 205-544-5356.
  345.  
  346.        Values are for a spherical earth with no atmospheric refraction.
  347.        Distances in km, angles in degrees.  Universal time is given.
  348.  
  349.            Lithium release at 05:00:57 18 Jan 1991 UT.
  350.            Satellite altitude = 33586.
  351.            Sub-satellite lat, long (deg) =   7.50    60.90
  352.  
  353.           *************************************************
  354.           * Window end time is 07:00:00 18 Jan 1991 UT.   *
  355.           * Table below does NOT apply to the that time!  *
  356.           *************************************************
  357.  
  358.                      City                             Satellite
  359.                Name     Lat    Long        Azi    Alt    Dist     RA    Dec
  360.  
  361.       Anchorage, AK    61.2   149.8       87.3   -2.1   39683  09:03   -0.5
  362.         Atlanta, GA    33.8    84.4      135.1   50.1   34862  08:59    2.8
  363.         Bermuda, UK    32.3    65.8      168.7   60.2   34302  08:48    3.0
  364.         Chicago, IL    41.8    87.6      137.9   41.5   35454  08:59    1.6
  365.        Columbus, OH    40.0    83.0      142.7   45.5   35161  08:57    1.8
  366.          Dallas, TX    32.8    96.8      119.2   41.4   35460  09:05    2.9
  367.          Denver, CO    39.7   105.0      117.2   31.3   36277  09:06    1.8
  368.         Detroit, MI    42.4    83.2      144.2   43.3   35318  08:56    1.5
  369.       Edmonton, ALB    53.5   113.5      117.3   18.9   37440  09:03    0.1
  370.         El Paso, TX    31.8   106.4      109.8   33.6   36081  09:09    3.0
  371.       Flagstaff, AZ    35.3   111.7      108.4   27.9   36583  09:10    2.4
  372.        Honolulu, HI    21.3   157.8       80.5  -12.6   40871  09:18    4.1
  373.          London, UK    51.5     0.0      251.1   14.8   37851  08:24    0.3
  374.     Los Angeles, CA    34.0   118.3      102.9   22.6   37074  09:12    2.6
  375.    Mexico City, MEX    19.5    99.2      102.5   44.5   35233  09:09    5.0
  376.           Miami, FL    25.8    80.2      131.4   59.5   34339  08:58    4.1
  377.       Montreal, QUE    45.5    73.6      160.0   43.8   35280  08:51    1.1
  378.        New York, NY    40.7    74.0      157.1   48.8   34943  08:52    1.7
  379.           Paris, FR    48.8     2.3      250.3   17.2   37606  08:23    0.6
  380.         Phoenix, AZ    33.5   112.0      106.9   28.2   36556  09:11    2.7
  381.      Pittsburgh, PA    40.4    80.0      147.4   46.6   35087  08:55    1.8
  382.        San Juan, PR    18.5    66.2      154.3   75.6   33755  08:49    5.4
  383.  Salt Lake City, UT    40.8   111.9      111.8   25.7   36786  09:08    1.6
  384.   San Francisco, CA    37.8   122.3      102.1   18.3   37497  09:12    2.0
  385.         Seattle, WA    47.6   122.3      106.8   15.8   37758  09:08    0.8
  386.       St. Louis, MO    38.7    90.3      132.0   42.4   35386  09:01    2.0
  387.          Tucson, AZ    32.3   111.0      106.8   29.4   36443  09:11    2.9
  388.      Washington, DC    38.8    77.0      151.0   49.5   34896  08:54    2.0
  389.       Winnipeg, MAN    50.6    96.3      133.3   29.9   36401  09:00    0.4
  390.  
  391.  
  392.    -------------------------  Window end  ----------------------
  393.  
  394.            Lithium release at 06:56:09 18 Jan 1991 UT.
  395.            Satellite altitude = 28688.
  396.            Sub-satellite lat, long (deg) =   2.00    72.10
  397.  
  398.           **************************************************
  399.           * Window start time is 05:00:57 18 Jan 1991 UT.  *
  400.           * Table below does NOT apply to that time!       *
  401.           **************************************************
  402.  
  403.                      City                             Satellite
  404.                Name     Lat    Long        Azi    Alt    Dist     RA    Dec
  405.  
  406.       Anchorage, AK    61.2   149.8       99.9   -2.8   34795  10:16   -7.2
  407.         Atlanta, GA    33.8    84.4      157.5   49.4   29974  10:05   -4.4
  408.         Bermuda, UK    32.3    65.8      192.4   52.8   29774  09:52   -4.2
  409.         Chicago, IL    41.8    87.6      156.5   39.8   30641  10:06   -5.7
  410.        Columbus, OH    40.0    83.0      162.6   43.1   30397  10:03   -5.4
  411.          Dallas, TX    32.8    96.8      137.9   44.0   30336  10:13   -4.2
  412.          Denver, CO    39.7   105.0      133.2   33.1   31170  10:16   -5.3
  413.         Detroit, MI    42.4    83.2      163.2   40.5   30588  10:03   -5.8
  414.       Edmonton, ALB    53.5   113.5      131.4   18.3   32533  10:14   -6.9
  415.         El Paso, TX    31.8   106.4      125.7   37.8   30795  10:19   -4.0
  416.       Flagstaff, AZ    35.3   111.7      123.2   31.6   31303  10:21   -4.5
  417.        Honolulu, HI    21.3   157.8       89.7   -5.7   35122  10:35   -1.8
  418.          London, UK    51.5     0.0      257.1    2.2   34242  09:31   -6.3
  419.     Los Angeles, CA    34.0   118.3      116.4   27.1   31699  10:24   -4.2
  420.    Mexico City, MEX    19.5    99.2      120.1   51.8   29828  10:18   -1.7
  421.           Miami, FL    25.8    80.2      160.6   59.8   29408  10:03   -3.0
  422.       Montreal, QUE    45.5    73.6      177.9   38.3   30756  09:57   -6.2
  423.        New York, NY    40.7    74.0      177.0   43.7   30352  09:58   -5.5
  424.           Paris, FR    48.8     2.3      255.8    4.2   34012  09:30   -6.0
  425.         Phoenix, AZ    33.5   112.0      121.6   32.4   31236  10:22   -4.2
  426.      Pittsburgh, PA    40.4    80.0      167.4   43.3   30383  10:02   -5.5
  427.        San Juan, PR    18.5    66.2      200.1   68.7   29046  09:52   -1.6
  428.  Salt Lake City, UT    40.8   111.9      126.6   28.0   31619  10:19   -5.3
  429.   San Francisco, CA    37.8   122.3      115.3   22.1   32167  10:24   -4.8
  430.         Seattle, WA    47.6   122.3      120.3   17.2   32648  10:20   -6.1
  431.       St. Louis, MO    38.7    90.3      151.2   42.0   30476  10:08   -5.2
  432.          Tucson, AZ    32.3   111.0      121.6   33.9   31108  10:22   -4.0
  433.      Washington, DC    38.8    77.0      171.9   45.6   30224  10:00   -5.3
  434.       Winnipeg, MAN    50.6    96.3      149.0   28.0   31616  10:09   -6.7
  435.  
  436.   Ray Sterner                     sterner%str.decnet@warper.jhuapl.edu 
  437.   Johns Hopkins University        North latitude 39.16 degrees.
  438.   Applied Physics Laboratory      West longitude 76.90 degrees.
  439.   Laurel, MD 20723-6099
  440.  
  441. ------------------------------
  442.  
  443. End of SPACE Digest V13 #059
  444. *******************
  445.